Revision: tlasrc--smallstuff--1--patch-4
Archive: aaron.bentley@utoronto.ca--tla-2004
Creator: Aaron Bentley <aaron.bentley@utoronto.ca>
Date: Fri Apr  2 00:00:50 EST 2004
Standard-date: 2004-04-02 05:00:50 GMT
Modified-files: libarch/cmd-commit.c
New-patches: aaron.bentley@utoronto.ca--tla-2004/tlasrc--smallstuff--1--patch-4
Summary: Made commit use the tree revision to get next (depends on patch-2)
Keywords: 

Made commit use the tree revision to determine the next revision unless 
--out-of-date-ok is specified.  This is a fast O(n) operation.

If --out-of-date-okay, uses the archive revision.  This is a potentially slow
O(n) operation.

If the tree patchlevel is different from the archive patchlevel, the tree is
out-of-date, and errors will be produced.  But the error messages may indicate
that --fix was incorrectly applied, when it was, in fact, correct wrt the
archive.
